home *** CD-ROM | disk | FTP | other *** search
/ Ultra Pack / UltraComputing Partner Applications.iso / Softquad / hm2.solaris.tar / hm2 / hm2rc < prev    next >
Text File  |  1995-12-04  |  4KB  |  129 lines

  1. # @(#)hm2rc    1.1 95/12/04
  2. # HoTMetaL FREE 2.0 SQCONFIG default file.
  3. # Copyright (c) 1995 SoftQuad Inc.,
  4. #
  5. # This file is used to configure features for HoTMetaL FREE 2.0
  6. #
  7. # Please note the comments which apply to certain variables in this file
  8. #
  9. # For further information on the functions of the configuration variables
  10. # please consult "The configuration mechanism" in the HoTMetaL FREE manual.
  11.  
  12. # In this file, ${SQDIR} will normally refer to the directory in which
  13. # HoTMetaL FREE has been installed.  If SQDIR is set as an environment
  14. # variable, or from the -sqdir command line switch, then this value will
  15. # override.
  16.  
  17. # The following document_path is the default directory used by Open
  18. # and also for saving documents
  19. document_path=${SQDIR}/document
  20.  
  21. # Where to initialize Save As... file chooser.  Defaults to the document_path
  22. # setting.  To set, first remove the leading # character.
  23.  
  24. #save_path=
  25.  
  26. # The following variable can be adjusted to affect where converted
  27. # document graphics are saved by the conversion process.
  28. gif_path=${SQDIR}/gifs
  29.  
  30. # The following are set by the Publish dialog, defaults set below
  31. publish_change_from=file://
  32. publish_change_to=http://
  33.  
  34. #  The characters displayed by Show invisibles, in this order:
  35. #  tab,carriage return,newline,space,zero width characters
  36. invisible_chars=#╢ñ╖~
  37.  
  38.  
  39. # Where to initialize file chooser when using ASCII styles or loading templates
  40. ascii_styles_path=${SQDIR}/styles
  41. templates_path=${SQDIR}/templates
  42.  
  43. # Where to initialize file chooser when adding browsers or viewers
  44. html_browser_path=/bin:/usr/bin:/usr/local/bin;
  45. image_viewer_path=/bin:/usr/bin:/usr/local/bin;
  46.  
  47. # Whether to add line breaks on saved file
  48. export_add_line_breaks=YES
  49.  
  50. # The three toolbar variables are set as the user tears off and re-drops the
  51. # toolbars and associated palettes. Also set by the Toolbars... dialog.
  52. # Normally this is set automatically by use of the program.
  53. #html_toolbar = on,top,0,0
  54. #html_toolbar2 = on,top,0,0
  55. #standard_toolbar = on,top,0,0
  56.  
  57. # whether to show tool tips on toolbar items
  58. #show_tooltips=ON
  59.  
  60. #  Normally, no need to change the following...
  61. rgb_txt=${SQDIR}/rgb.txt
  62. styles_path=${SQDIR}/styles
  63. rules_path=${SQDIR}/rules
  64.  
  65. # The entry setting to false will be written to the Windows copy of hmpro2rc
  66. # after the first use of HoTMetaL FREE 2
  67. show_registration_dialog=true
  68.  
  69.  
  70. # help
  71. html_help_files_dir = ${SQDIR}/help
  72. html_help_file = toc.html
  73.  
  74. # Use the Preferences dialog to set these
  75. default_template=
  76. show_inline_images=YES
  77. warn_before_saving=YES
  78. max_changes_between_saves=64000
  79. max_time_between_saves=1000
  80. make_backup_file=NO
  81. tag_font_name=Arial
  82. tag_font_size=8
  83. tag_icon_color=slate grey
  84.  
  85.  
  86. # the following are set by the find dialog
  87. find_whole_words=NO
  88. find_case_sensitive=NO
  89. find_backward=NO
  90. find_wrap=NO
  91. find_patterns=NO
  92.  
  93. # Don't change the following
  94. unavailable_image=${SQDIR}/noimg.gif
  95. unsupported_image=${SQDIR}/badform.gif
  96. system_dict_path= ${SQDIR}/lib/spell
  97. table_map= ${SQDIR}/table.map
  98.  
  99. #
  100. # HoTMetaL FREE 2.0 print variables
  101. #
  102. #font_src         = ${SQDIR}/fontsrc
  103. #printer_afm_path  = ${SQDIR}/font/afm
  104. #printer_font_map  = ${SQDIR}/font/fontnames
  105. #printer_prologue  = ${SQDIR}/font/prologue.ps
  106.  
  107.  
  108. # change these if you know what you are doing
  109. #undo_limit=30
  110. #highlight_mode=Default
  111. #colormap_segment_size=16
  112. #default_font_name=helvetica
  113. #default_font_size=12
  114. template_ext=.html
  115. #backup_ext=.bak
  116. #dictionary_ext=.dct
  117. #styles_ext=.stl
  118. #ascii_styles_ext=.asf
  119. #macro_ext=.mcr
  120. #prompt_for_attrs=NO
  121. #include_required_elements=YES
  122. #size_text_to_window=YES
  123. #print_left_header=
  124. #print_middle_header=
  125. #print_right_header=
  126. #print_left_footer=
  127. #print_middle_footer=
  128. #print_right_footer=
  129.